
 
 F u n c t i o n :   u n b i n d O b j e c t s ( o b j e c t 1 ) 
 
 
 
 D e s c r i p t i o n :   U n b i n d s   t w o   p r e v i o u s l y   b o u n d   o b j e c t s . 
 
 
 
 R e t u r n s :   T h e   u n m o d i f i e d   o b j e c t   p a s s e d   t h r o u g h   a s   t h e   f i r s t   p a r a m e t e r . 
 
 
 
 N o t e :   O n l y   o b j e c t 1   o r   o b j e c t 2   i s   n e e d e d   t o   b r e a k   t h e   t w o - w a y   b i n d i n g . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   U n b i n d   t w o   p r e v i o u s l y   b o u n d   o b j e c t s . 
 
 $ A . u n b i n d O b j e c t s ( d o m E l e m e n t 1 ) ; 
 
 
 
 O r 
 
 
 
 $ A . u n b i n d O b j e c t s ( d o m E l e m e n t 2 ) ; 
 
 